home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / bonus / klenoty / home.swf / scripts / DefineButton2_107 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-06-08  |  279 b   |  13 lines

  1. on(release){
  2.    yos = int(getProperty("pohybka", _Y));
  3.    sbar = int(a - yos * b) - 20;
  4.    if(voditko_horni + 10 < yos && voditko_dolni >= yos)
  5.    {
  6.       setProperty("pohybka", _Y, yos - 20);
  7.    }
  8.    else
  9.    {
  10.       setProperty("pohybka", _Y, voditko_horni);
  11.    }
  12. }
  13.